Html Css Color HEX #CBE175 Sulu

📋 copy color: '#CBE175'

red 203 ◦ green 225 ◦ blue 117

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

Shades of Sulu #CBE175

Tints of Sulu #CBE175

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.28%

 BLUE value IS 117 (46.09% from 255) = 21.47%

R = 37.25%
G = 41.28%
B = 21.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CBE175 (or 0xCBE175) is known color: Sulu. HEX triplet: CB, E1 and 75. RGB value is (203,225,117). Sum of RGB (Red+Green+Blue) = 203+225+117=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE175 is #341E8A. Grayscale: #CECECE. Windows color (decimal): -3415691 or 7725515. OLE color: 7725515.

HSL color Cylindrical-coordinate representation of color #CBE175: hue angle of 72.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBE175 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 117 -
CMYK 0.10 0 0.48 0.12
HSL 72.22º 0.64% 0.67% -
HSV(B) 72.22º 0.48% 0.88% -
XYZ 54.76 67.83 27.04 -
YUV 206.11 77.71 125.78 -
System Red Green Blue C M Y K H S L
Decimal 203 225 117 0.10 0 0.48 0.12 72.22 0.64 0.67
Hex CB E1 75 A 0 30 C 48 40 43
Octal 313 341 165 12 0 60 14 110 100 103
Binary 11001011 11100001 1110101 1010 0 110000 1100 1001000 1000000 1000011

Color Harmonies of #CBE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE175

Black with #CBE175

Text Example


Text Example

White with #CBE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE175; }

 p { color: rgb(203,225,117); }

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

background-color css

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

 a { background-color: rgb(203,225,117); }

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

border-color css

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

 span { border-color: rgb(203,225,117); }

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