Html Css Color HEX #CEE968 Mindaro

📋 copy color: '#CEE968'

red 206 ◦ green 233 ◦ blue 104

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

Shades of Mindaro #CEE968

Tints of Mindaro #CEE968

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.91%

 BLUE value IS 104 (41.02% from 255) = 19.15%

R = 37.94%
G = 42.91%
B = 19.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CEE968 (or 0xCEE968) is known color: Mindaro. HEX triplet: CE, E9 and 68. RGB value is (206,233,104). Sum of RGB (Red+Green+Blue) = 206+233+104=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE968 is #311697. Grayscale: #D2D2D2. Windows color (decimal): -3217048 or 6875598. OLE color: 6875598.

HSL color Cylindrical-coordinate representation of color #CEE968: hue angle of 72.56º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEE968 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 104 -
CMYK 0.12 0 0.55 0.09
HSL 72.56º 0.75% 0.66% -
HSV(B) 72.56º 0.55% 0.91% -
XYZ 57.09 72.4 24.06 -
YUV 210.22 68.05 124.99 -
System Red Green Blue C M Y K H S L
Decimal 206 233 104 0.12 0 0.55 0.09 72.56 0.75 0.66
Hex CE E9 68 C 0 37 9 49 4B 42
Octal 316 351 150 14 0 67 11 111 113 102
Binary 11001110 11101001 1101000 1100 0 110111 1001 1001001 1001011 1000010

Color Harmonies of #CEE968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE968

Black with #CEE968

Text Example


Text Example

White with #CEE968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE968; }

 p { color: rgb(206,233,104); }

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

background-color css

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

 a { background-color: rgb(206,233,104); }

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

border-color css

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

 span { border-color: rgb(206,233,104); }

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