Html Css Color HEX #CBE47D Sulu

📋 copy color: '#CBE47D'

red 203 ◦ green 228 ◦ blue 125

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

Shades of Sulu #CBE47D

Tints of Sulu #CBE47D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.01%

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

R = 36.51%
G = 41.01%
B = 22.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#CBE47D (or 0xCBE47D) is known color: Sulu. HEX triplet: CB, E4 and 7D. RGB value is (203,228,125). Sum of RGB (Red+Green+Blue) = 203+228+125=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE47D is #341B82. Grayscale: #D1D1D1. Windows color (decimal): -3414915 or 8250571. OLE color: 8250571.

HSL color Cylindrical-coordinate representation of color #CBE47D: hue angle of 74.56º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBE47D is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 125 -
CMYK 0.11 0 0.45 0.11
HSL 74.56º 0.66% 0.69% -
HSV(B) 74.56º 0.45% 0.89% -
XYZ 56.07 69.66 29.89 -
YUV 208.78 80.72 123.88 -
System Red Green Blue C M Y K H S L
Decimal 203 228 125 0.11 0 0.45 0.11 74.56 0.66 0.69
Hex CB E4 7D B 0 2D B 4B 42 45
Octal 313 344 175 13 0 55 13 113 102 105
Binary 11001011 11100100 1111101 1011 0 101101 1011 1001011 1000010 1000101

Color Harmonies of #CBE47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE47D

Black with #CBE47D

Text Example


Text Example

White with #CBE47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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