Html Css Color HEX #CEF26C Mindaro

📋 copy color: '#CEF26C'

red 206 ◦ green 242 ◦ blue 108

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

Shades of Mindaro #CEF26C

Tints of Mindaro #CEF26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.42%

R = 37.05%
G = 43.53%
B = 19.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#CEF26C (or 0xCEF26C) is known color: Mindaro. HEX triplet: CE, F2 and 6C. RGB value is (206,242,108). Sum of RGB (Red+Green+Blue) = 206+242+108=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF26C is #310D93. Grayscale: #D8D8D8. Windows color (decimal): -3214740 or 7140046. OLE color: 7140046.

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

Color convert

RGB 206 242 108 -
CMYK 0.15 0 0.55 0.05
HSL 76.12º 0.84% 0.69% -
HSV(B) 76.12º 0.55% 0.95% -
XYZ 59.91 77.71 26.03 -
YUV 215.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 206 242 108 0.15 0 0.55 0.05 76.12 0.84 0.69
Hex CE F2 6C F 0 37 5 4C 54 45
Octal 316 362 154 17 0 67 5 114 124 105
Binary 11001110 11110010 1101100 1111 0 110111 101 1001100 1010100 1000101

Color Harmonies of #CEF26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF26C

Black with #CEF26C

Text Example


Text Example

White with #CEF26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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