Html Css Color HEX #CBF971 Sulu

📋 copy color: '#CBF971'

red 203 ◦ green 249 ◦ blue 113

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

Shades of Sulu #CBF971

Tints of Sulu #CBF971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20%

R = 35.93%
G = 44.07%
B = 20%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#CBF971 (or 0xCBF971) is known color: Sulu. HEX triplet: CB, F9 and 71. RGB value is (203,249,113). Sum of RGB (Red+Green+Blue) = 203+249+113=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF971 is #34068E. Grayscale: #DCDCDC. Windows color (decimal): -3409551 or 7469515. OLE color: 7469515.

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

Color convert

RGB 203 249 113 -
CMYK 0.18 0 0.55 0.02
HSL 80.29º 0.92% 0.71% -
HSV(B) 80.29º 0.55% 0.98% -
XYZ 61.48 81.64 28.14 -
YUV 219.74 67.76 116.06 -
System Red Green Blue C M Y K H S L
Decimal 203 249 113 0.18 0 0.55 0.02 80.29 0.92 0.71
Hex CB F9 71 12 0 37 2 50 5C 47
Octal 313 371 161 22 0 67 2 120 134 107
Binary 11001011 11111001 1110001 10010 0 110111 10 1010000 1011100 1000111

Color Harmonies of #CBF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF971

Black with #CBF971

Text Example


Text Example

White with #CBF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF971; }

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

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

background-color css

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

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

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

border-color css

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

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

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