Html Css Color HEX #CEF25D Mindaro

📋 copy color: '#CEF25D'

red 206 ◦ green 242 ◦ blue 93

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

Shades of Mindaro #CEF25D

Tints of Mindaro #CEF25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.73%

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

R = 38.08%
G = 44.73%
B = 17.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CEF25D (or 0xCEF25D) is known color: Mindaro. HEX triplet: CE, F2 and 5D. RGB value is (206,242,93). Sum of RGB (Red+Green+Blue) = 206+242+93=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF25D is #310DA2. Grayscale: #D6D6D6. Windows color (decimal): -3214755 or 6157006. OLE color: 6157006.

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

Color convert

RGB 206 242 93 -
CMYK 0.15 0 0.62 0.05
HSL 74.5º 0.85% 0.66% -
HSV(B) 74.5º 0.62% 0.95% -
XYZ 59.18 77.42 22.18 -
YUV 214.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 206 242 93 0.15 0 0.62 0.05 74.5 0.85 0.66
Hex CE F2 5D F 0 3E 5 4A 55 42
Octal 316 362 135 17 0 76 5 112 125 102
Binary 11001110 11110010 1011101 1111 0 111110 101 1001010 1010101 1000010

Color Harmonies of #CEF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF25D

Black with #CEF25D

Text Example


Text Example

White with #CEF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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