Html Css Color HEX #CEE67D Sulu

📋 copy color: '#CEE67D'

red 206 ◦ green 230 ◦ blue 125

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

Shades of Sulu #CEE67D

Tints of Sulu #CEE67D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41%

 BLUE value IS 125 (49.22% from 255) = 22.28%

R = 36.72%
G = 41%
B = 22.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#CEE67D (or 0xCEE67D) is known color: Sulu. HEX triplet: CE, E6 and 7D. RGB value is (206,230,125). Sum of RGB (Red+Green+Blue) = 206+230+125=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE67D is #311982. Grayscale: #D3D3D3. Windows color (decimal): -3217795 or 8251086. OLE color: 8251086.

HSL color Cylindrical-coordinate representation of color #CEE67D: hue angle of 73.71º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEE67D is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 230 125 -
CMYK 0.10 0 0.46 0.10
HSL 73.71º 0.68% 0.7% -
HSV(B) 73.71º 0.46% 0.9% -
XYZ 57.45 71.2 30.12 -
YUV 210.85 79.55 124.54 -
System Red Green Blue C M Y K H S L
Decimal 206 230 125 0.10 0 0.46 0.10 73.71 0.68 0.7
Hex CE E6 7D A 0 2E A 4A 44 46
Octal 316 346 175 12 0 56 12 112 104 106
Binary 11001110 11100110 1111101 1010 0 101110 1010 1001010 1000100 1000110

Color Harmonies of #CEE67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE67D

Black with #CEE67D

Text Example


Text Example

White with #CEE67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE67D; }

 p { color: rgb(206,230,125); }

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

background-color css

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

 a { background-color: rgb(206,230,125); }

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

border-color css

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

 span { border-color: rgb(206,230,125); }

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