Html Css Color HEX #CBE375 Sulu

📋 copy color: '#CBE375'

red 203 ◦ green 227 ◦ blue 117

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

Shades of Sulu #CBE375

Tints of Sulu #CBE375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.5%

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

R = 37.11%
G = 41.5%
B = 21.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#CBE375 (or 0xCBE375) is known color: Sulu. HEX triplet: CB, E3 and 75. RGB value is (203,227,117). Sum of RGB (Red+Green+Blue) = 203+227+117=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE375 is #341C8A. Grayscale: #CFCFCF. Windows color (decimal): -3415179 or 7726027. OLE color: 7726027.

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

Color convert

RGB 203 227 117 -
CMYK 0.11 0 0.48 0.11
HSL 73.09º 0.66% 0.67% -
HSV(B) 73.09º 0.48% 0.89% -
XYZ 55.31 68.92 27.22 -
YUV 207.28 77.05 124.94 -
System Red Green Blue C M Y K H S L
Decimal 203 227 117 0.11 0 0.48 0.11 73.09 0.66 0.67
Hex CB E3 75 B 0 30 B 49 42 43
Octal 313 343 165 13 0 60 13 111 102 103
Binary 11001011 11100011 1110101 1011 0 110000 1011 1001001 1000010 1000011

Color Harmonies of #CBE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE375

Black with #CBE375

Text Example


Text Example

White with #CBE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE375; }

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

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

background-color css

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

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

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

border-color css

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

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

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