Html Css Color HEX #CBEA7B Sulu

📋 copy color: '#CBEA7B'

red 203 ◦ green 234 ◦ blue 123

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

Shades of Sulu #CBEA7B

Tints of Sulu #CBEA7B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.79%

 BLUE value IS 123 (48.44% from 255) = 21.96%

R = 36.25%
G = 41.79%
B = 21.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#CBEA7B (or 0xCBEA7B) is known color: Sulu. HEX triplet: CB, EA and 7B. RGB value is (203,234,123). Sum of RGB (Red+Green+Blue) = 203+234+123=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA7B is #341584. Grayscale: #D4D4D4. Windows color (decimal): -3413381 or 8121035. OLE color: 8121035.

HSL color Cylindrical-coordinate representation of color #CBEA7B: hue angle of 76.76º degrees, saturation: 0.73, 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 #CBEA7B is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 123 -
CMYK 0.13 0 0.47 0.08
HSL 76.76º 0.73% 0.7% -
HSV(B) 76.76º 0.47% 0.92% -
XYZ 57.63 72.97 29.79 -
YUV 212.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 203 234 123 0.13 0 0.47 0.08 76.76 0.73 0.7
Hex CB EA 7B D 0 2F 8 4D 49 46
Octal 313 352 173 15 0 57 10 115 111 106
Binary 11001011 11101010 1111011 1101 0 101111 1000 1001101 1001001 1000110

Color Harmonies of #CBEA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA7B

Black with #CBEA7B

Text Example


Text Example

White with #CBEA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA7B; }

 p { color: rgb(203,234,123); }

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

background-color css

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

 a { background-color: rgb(203,234,123); }

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

border-color css

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

 span { border-color: rgb(203,234,123); }

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