Html Css Color HEX #CEF34F Mindaro

📋 copy color: '#CEF34F'

red 206 ◦ green 243 ◦ blue 79

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

Shades of Mindaro #CEF34F

Tints of Mindaro #CEF34F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.02%

 BLUE value IS 79 (31.25% from 255) = 14.96%

R = 39.02%
G = 46.02%
B = 14.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#CEF34F (or 0xCEF34F) is known color: Mindaro. HEX triplet: CE, F3 and 4F. RGB value is (206,243,79). Sum of RGB (Red+Green+Blue) = 206+243+79=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 79 (31.25% from 255 or 14.96% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF34F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF34F is #310CB0. Grayscale: #D5D5D5. Windows color (decimal): -3214513 or 5239758. OLE color: 5239758.

HSL color Cylindrical-coordinate representation of color #CEF34F: hue angle of 73.54º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF34F is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 79 -
CMYK 0.15 0 0.67 0.05
HSL 73.54º 0.87% 0.63% -
HSV(B) 73.54º 0.67% 0.95% -
XYZ 58.92 77.79 19.31 -
YUV 213.24 52.24 122.84 -
System Red Green Blue C M Y K H S L
Decimal 206 243 79 0.15 0 0.67 0.05 73.54 0.87 0.63
Hex CE F3 4F F 0 43 5 4A 57 3F
Octal 316 363 117 17 0 103 5 112 127 77
Binary 11001110 11110011 1001111 1111 0 1000011 101 1001010 1010111 111111

Color Harmonies of #CEF34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF34F

Black with #CEF34F

Text Example


Text Example

White with #CEF34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF34F; }

 p { color: rgb(206,243,79); }

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

background-color css

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

 a { background-color: rgb(206,243,79); }

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

border-color css

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

 span { border-color: rgb(206,243,79); }

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