Html Css Color HEX #CEFE6A Mindaro

📋 copy color: '#CEFE6A'

red 206 ◦ green 254 ◦ blue 106

#CEFE6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CEFE6A

Tints of Mindaro #CEFE6A

RGB

 RED value IS 206 (80.86% from 255) = 36.4%

 GREEN value IS 254 (99.61% from 255) = 44.88%

 BLUE value IS 106 (41.8% from 255) = 18.73%

R = 36.4%
G = 44.88%
B = 18.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEFE6A (or 0xCEFE6A) is known color: Mindaro. HEX triplet: CE, FE and 6A. RGB value is (206,254,106). Sum of RGB (Red+Green+Blue) = 206+254+106=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE6A is #310195. Grayscale: #DFDFDF. Windows color (decimal): -3211670 or 7012046. OLE color: 7012046.

HSL color Cylindrical-coordinate representation of color #CEFE6A: hue angle of 79.46º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEFE6A is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 254 106 -
CMYK 0.19 0 0.58 0.00
HSL 79.46º 0.99% 0.71% -
HSV(B) 79.46º 0.58% 1% -
XYZ 63.5 85.05 26.7 -
YUV 222.78 62.1 116.03 -
System Red Green Blue C M Y K H S L
Decimal 206 254 106 0.19 0 0.58 0.00 79.46 0.99 0.71
Hex CE FE 6A 13 0 3A 0 4F 63 47
Octal 316 376 152 23 0 72 0 117 143 107
Binary 11001110 11111110 1101010 10011 0 111010 0 1001111 1100011 1000111

Color Harmonies of #CEFE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE6A

Black with #CEFE6A

Text Example


Text Example

White with #CEFE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE6A; }

 p { color: rgb(206,254,106); }

 H1.HeaderClassName
 {
   color: #CEFE6A;
 }
 .AnyTagClassName
 {
   color: #CEFE6A;
 }
</style>

background-color css

<style>
 a { background-color: #CEFE6A; }

 a { background-color: rgb(206,254,106); }

 div.DivClassName
 {
   background-color: #CEFE6A;
 }
 .BgClassName
 {
   background-color: #CEFE6A;
 }
</style>

border-color css

<style>
 span { border-color: #CEFE6A; }

 span { border-color: rgb(206,254,106); }

 td.TdClassName
 {
   border-color: #CEFE6A;
 }
 .TagClassName
 {
   border-color: #CEFE6A;
 }
</style>