Html Css Color HEX #CBE07D Sulu

📋 copy color: '#CBE07D'

red 203 ◦ green 224 ◦ blue 125

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

Shades of Sulu #CBE07D

Tints of Sulu #CBE07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.58%

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

R = 36.78%
G = 40.58%
B = 22.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#CBE07D (or 0xCBE07D) is known color: Sulu. HEX triplet: CB, E0 and 7D. RGB value is (203,224,125). Sum of RGB (Red+Green+Blue) = 203+224+125=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE07D is #341F82. Grayscale: #CECECE. Windows color (decimal): -3415939 or 8249547. OLE color: 8249547.

HSL color Cylindrical-coordinate representation of color #CBE07D: hue angle of 72.73º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBE07D is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 125 -
CMYK 0.09 0 0.44 0.12
HSL 72.73º 0.61% 0.68% -
HSV(B) 72.73º 0.44% 0.88% -
XYZ 54.99 67.49 29.53 -
YUV 206.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 203 224 125 0.09 0 0.44 0.12 72.73 0.61 0.68
Hex CB E0 7D 9 0 2C C 49 3D 44
Octal 313 340 175 11 0 54 14 111 75 104
Binary 11001011 11100000 1111101 1001 0 101100 1100 1001001 111101 1000100

Color Harmonies of #CBE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE07D

Black with #CBE07D

Text Example


Text Example

White with #CBE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE07D; }

 p { color: rgb(203,224,125); }

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

background-color css

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

 a { background-color: rgb(203,224,125); }

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

border-color css

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

 span { border-color: rgb(203,224,125); }

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