Html Css Color HEX #CEF67D Sulu

📋 copy color: '#CEF67D'

red 206 ◦ green 246 ◦ blue 125

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

Shades of Sulu #CEF67D

Tints of Sulu #CEF67D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.63%

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

R = 35.7%
G = 42.63%
B = 21.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#CEF67D (or 0xCEF67D) is known color: Sulu. HEX triplet: CE, F6 and 7D. RGB value is (206,246,125). Sum of RGB (Red+Green+Blue) = 206+246+125=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF67D is #310982. Grayscale: #DCDCDC. Windows color (decimal): -3213699 or 8255182. OLE color: 8255182.

HSL color Cylindrical-coordinate representation of color #CEF67D: hue angle of 79.83º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEF67D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 125 -
CMYK 0.16 0 0.49 0.04
HSL 79.83º 0.87% 0.73% -
HSV(B) 79.83º 0.49% 0.96% -
XYZ 62.11 80.51 31.67 -
YUV 220.25 74.25 117.84 -
System Red Green Blue C M Y K H S L
Decimal 206 246 125 0.16 0 0.49 0.04 79.83 0.87 0.73
Hex CE F6 7D 10 0 31 4 50 57 49
Octal 316 366 175 20 0 61 4 120 127 111
Binary 11001110 11110110 1111101 10000 0 110001 100 1010000 1010111 1001001

Color Harmonies of #CEF67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF67D

Black with #CEF67D

Text Example


Text Example

White with #CEF67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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