Html Css Color HEX #CBF976 Sulu

📋 copy color: '#CBF976'

red 203 ◦ green 249 ◦ blue 118

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

Shades of Sulu #CBF976

Tints of Sulu #CBF976

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.68%

 BLUE value IS 118 (46.48% from 255) = 20.7%

R = 35.61%
G = 43.68%
B = 20.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#CBF976 (or 0xCBF976) is known color: Sulu. HEX triplet: CB, F9 and 76. RGB value is (203,249,118). Sum of RGB (Red+Green+Blue) = 203+249+118=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF976 is #340689. Grayscale: #DCDCDC. Windows color (decimal): -3409546 or 7797195. OLE color: 7797195.

HSL color Cylindrical-coordinate representation of color #CBF976: hue angle of 81.07º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBF976 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 118 -
CMYK 0.18 0 0.53 0.02
HSL 81.07º 0.92% 0.72% -
HSV(B) 81.07º 0.53% 0.98% -
XYZ 61.77 81.76 29.66 -
YUV 220.31 70.26 115.65 -
System Red Green Blue C M Y K H S L
Decimal 203 249 118 0.18 0 0.53 0.02 81.07 0.92 0.72
Hex CB F9 76 12 0 35 2 51 5C 48
Octal 313 371 166 22 0 65 2 121 134 110
Binary 11001011 11111001 1110110 10010 0 110101 10 1010001 1011100 1001000

Color Harmonies of #CBF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF976

Black with #CBF976

Text Example


Text Example

White with #CBF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF976; }

 p { color: rgb(203,249,118); }

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

background-color css

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

 a { background-color: rgb(203,249,118); }

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

border-color css

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

 span { border-color: rgb(203,249,118); }

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