Html Css Color HEX #CEEE7A Sulu

📋 copy color: '#CEEE7A'

red 206 ◦ green 238 ◦ blue 122

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

Shades of Sulu #CEEE7A

Tints of Sulu #CEEE7A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.05%

 BLUE value IS 122 (48.05% from 255) = 21.55%

R = 36.4%
G = 42.05%
B = 21.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#CEEE7A (or 0xCEEE7A) is known color: Sulu. HEX triplet: CE, EE and 7A. RGB value is (206,238,122). Sum of RGB (Red+Green+Blue) = 206+238+122=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE7A is #311185. Grayscale: #D7D7D7. Windows color (decimal): -3215750 or 8056526. OLE color: 8056526.

HSL color Cylindrical-coordinate representation of color #CEEE7A: hue angle of 76.55º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEEE7A is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 122 -
CMYK 0.13 0 0.49 0.07
HSL 76.55º 0.77% 0.71% -
HSV(B) 76.55º 0.49% 0.93% -
XYZ 59.54 75.68 29.88 -
YUV 215.21 75.4 121.43 -
System Red Green Blue C M Y K H S L
Decimal 206 238 122 0.13 0 0.49 0.07 76.55 0.77 0.71
Hex CE EE 7A D 0 31 7 4D 4D 47
Octal 316 356 172 15 0 61 7 115 115 107
Binary 11001110 11101110 1111010 1101 0 110001 111 1001101 1001101 1000111

Color Harmonies of #CEEE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE7A

Black with #CEEE7A

Text Example


Text Example

White with #CEEE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE7A; }

 p { color: rgb(206,238,122); }

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

background-color css

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

 a { background-color: rgb(206,238,122); }

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

border-color css

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

 span { border-color: rgb(206,238,122); }

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