Html Css Color HEX #CBEB7C Sulu

📋 copy color: '#CBEB7C'

red 203 ◦ green 235 ◦ blue 124

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

Shades of Sulu #CBEB7C

Tints of Sulu #CBEB7C

RGB

 RED value IS 203 (79.69% from 255) = 36.12%

 GREEN value IS 235 (92.19% from 255) = 41.81%

 BLUE value IS 124 (48.83% from 255) = 22.06%

R = 36.12%
G = 41.81%
B = 22.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#CBEB7C (or 0xCBEB7C) is known color: Sulu. HEX triplet: CB, EB and 7C. RGB value is (203,235,124). Sum of RGB (Red+Green+Blue) = 203+235+124=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB7C is #341483. Grayscale: #D5D5D5. Windows color (decimal): -3413124 or 8186827. OLE color: 8186827.

HSL color Cylindrical-coordinate representation of color #CBEB7C: hue angle of 77.3º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBEB7C is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 124 -
CMYK 0.14 0 0.47 0.08
HSL 77.3º 0.74% 0.7% -
HSV(B) 77.3º 0.47% 0.92% -
XYZ 57.98 73.57 30.21 -
YUV 212.78 77.9 121.03 -
System Red Green Blue C M Y K H S L
Decimal 203 235 124 0.14 0 0.47 0.08 77.3 0.74 0.7
Hex CB EB 7C E 0 2F 8 4D 4A 46
Octal 313 353 174 16 0 57 10 115 112 106
Binary 11001011 11101011 1111100 1110 0 101111 1000 1001101 1001010 1000110

Color Harmonies of #CBEB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB7C

Black with #CBEB7C

Text Example


Text Example

White with #CBEB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB7C; }

 p { color: rgb(203,235,124); }

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

background-color css

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

 a { background-color: rgb(203,235,124); }

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

border-color css

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

 span { border-color: rgb(203,235,124); }

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