Html Css Color HEX #CEF85F Mindaro

📋 copy color: '#CEF85F'

red 206 ◦ green 248 ◦ blue 95

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

Shades of Mindaro #CEF85F

Tints of Mindaro #CEF85F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.17%

 BLUE value IS 95 (37.5% from 255) = 17.3%

R = 37.52%
G = 45.17%
B = 17.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CEF85F (or 0xCEF85F) is known color: Mindaro. HEX triplet: CE, F8 and 5F. RGB value is (206,248,95). Sum of RGB (Red+Green+Blue) = 206+248+95=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF85F is #3107A0. Grayscale: #DADADA. Windows color (decimal): -3213217 or 6289614. OLE color: 6289614.

HSL color Cylindrical-coordinate representation of color #CEF85F: hue angle of 76.47º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEF85F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 248 95 -
CMYK 0.17 0 0.62 0.03
HSL 76.47º 0.92% 0.67% -
HSV(B) 76.47º 0.62% 0.97% -
XYZ 61.09 81.08 23.26 -
YUV 218 58.59 119.44 -
System Red Green Blue C M Y K H S L
Decimal 206 248 95 0.17 0 0.62 0.03 76.47 0.92 0.67
Hex CE F8 5F 11 0 3E 3 4C 5C 43
Octal 316 370 137 21 0 76 3 114 134 103
Binary 11001110 11111000 1011111 10001 0 111110 11 1001100 1011100 1000011

Color Harmonies of #CEF85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF85F

Black with #CEF85F

Text Example


Text Example

White with #CEF85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF85F; }

 p { color: rgb(206,248,95); }

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

background-color css

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

 a { background-color: rgb(206,248,95); }

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

border-color css

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

 span { border-color: rgb(206,248,95); }

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