Html Css Color HEX #CEFD6A Mindaro

📋 copy color: '#CEFD6A'

red 206 ◦ green 253 ◦ blue 106

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

Shades of Mindaro #CEFD6A

Tints of Mindaro #CEFD6A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.78%

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

R = 36.46%
G = 44.78%
B = 18.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#CEFD6A (or 0xCEFD6A) is known color: Mindaro. HEX triplet: CE, FD and 6A. RGB value is (206,253,106). Sum of RGB (Red+Green+Blue) = 206+253+106=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD6A is #310295. Grayscale: #DEDEDE. Windows color (decimal): -3211926 or 7011790. OLE color: 7011790.

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

Color convert

RGB 206 253 106 -
CMYK 0.19 0 0.58 0.01
HSL 79.18º 0.97% 0.7% -
HSV(B) 79.18º 0.58% 0.99% -
XYZ 63.18 84.41 26.6 -
YUV 222.19 62.43 116.45 -
System Red Green Blue C M Y K H S L
Decimal 206 253 106 0.19 0 0.58 0.01 79.18 0.97 0.7
Hex CE FD 6A 13 0 3A 1 4F 61 46
Octal 316 375 152 23 0 72 1 117 141 106
Binary 11001110 11111101 1101010 10011 0 111010 1 1001111 1100001 1000110

Color Harmonies of #CEFD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD6A

Black with #CEFD6A

Text Example


Text Example

White with #CEFD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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