Html Css Color HEX #CEE06B Mindaro

📋 copy color: '#CEE06B'

red 206 ◦ green 224 ◦ blue 107

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

Shades of Mindaro #CEE06B

Tints of Mindaro #CEE06B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.71%

 BLUE value IS 107 (42.19% from 255) = 19.93%

R = 38.36%
G = 41.71%
B = 19.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#CEE06B (or 0xCEE06B) is known color: Mindaro. HEX triplet: CE, E0 and 6B. RGB value is (206,224,107). Sum of RGB (Red+Green+Blue) = 206+224+107=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE06B is #311F94. Grayscale: #CDCDCD. Windows color (decimal): -3219349 or 7069902. OLE color: 7069902.

HSL color Cylindrical-coordinate representation of color #CEE06B: hue angle of 69.23º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEE06B is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 107 -
CMYK 0.08 0 0.52 0.12
HSL 69.23º 0.65% 0.65% -
HSV(B) 69.23º 0.52% 0.88% -
XYZ 54.76 67.49 24.05 -
YUV 205.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 206 224 107 0.08 0 0.52 0.12 69.23 0.65 0.65
Hex CE E0 6B 8 0 34 C 45 41 41
Octal 316 340 153 10 0 64 14 105 101 101
Binary 11001110 11100000 1101011 1000 0 110100 1100 1000101 1000001 1000001

Color Harmonies of #CEE06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE06B

Black with #CEE06B

Text Example


Text Example

White with #CEE06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE06B; }

 p { color: rgb(206,224,107); }

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

background-color css

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

 a { background-color: rgb(206,224,107); }

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

border-color css

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

 span { border-color: rgb(206,224,107); }

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