Html Css Color HEX #CEF85D Mindaro

📋 copy color: '#CEF85D'

red 206 ◦ green 248 ◦ blue 93

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

Shades of Mindaro #CEF85D

Tints of Mindaro #CEF85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17%

R = 37.66%
G = 45.34%
B = 17%

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

#CEF85D (or 0xCEF85D) is known color: Mindaro. HEX triplet: CE, F8 and 5D. RGB value is (206,248,93). Sum of RGB (Red+Green+Blue) = 206+248+93=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF85D is #3107A2. Grayscale: #DADADA. Windows color (decimal): -3213219 or 6158542. OLE color: 6158542.

HSL color Cylindrical-coordinate representation of color #CEF85D: hue angle of 76.26º 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 #CEF85D is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 248 93 -
CMYK 0.17 0 0.62 0.03
HSL 76.26º 0.92% 0.67% -
HSV(B) 76.26º 0.63% 0.97% -
XYZ 61 81.05 22.78 -
YUV 217.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 206 248 93 0.17 0 0.62 0.03 76.26 0.92 0.67
Hex CE F8 5D 11 0 3E 3 4C 5C 43
Octal 316 370 135 21 0 76 3 114 134 103
Binary 11001110 11111000 1011101 10001 0 111110 11 1001100 1011100 1000011

Color Harmonies of #CEF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF85D

Black with #CEF85D

Text Example


Text Example

White with #CEF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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