Html Css Color HEX #CBF989 Sulu

📋 copy color: '#CBF989'

red 203 ◦ green 249 ◦ blue 137

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

Shades of Sulu #CBF989

Tints of Sulu #CBF989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.26%

R = 34.47%
G = 42.28%
B = 23.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#CBF989 (or 0xCBF989) is known color: Sulu. HEX triplet: CB, F9 and 89. RGB value is (203,249,137). Sum of RGB (Red+Green+Blue) = 203+249+137=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF989 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF989 is #340676. Grayscale: #DEDEDE. Windows color (decimal): -3409527 or 9042379. OLE color: 9042379.

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

Color convert

RGB 203 249 137 -
CMYK 0.18 0 0.45 0.02
HSL 84.64º 0.9% 0.76% -
HSV(B) 84.64º 0.45% 0.98% -
XYZ 63.02 82.25 36.22 -
YUV 222.48 79.76 114.11 -
System Red Green Blue C M Y K H S L
Decimal 203 249 137 0.18 0 0.45 0.02 84.64 0.9 0.76
Hex CB F9 89 12 0 2D 2 55 5A 4C
Octal 313 371 211 22 0 55 2 125 132 114
Binary 11001011 11111001 10001001 10010 0 101101 10 1010101 1011010 1001100

Color Harmonies of #CBF989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF989

Black with #CBF989

Text Example


Text Example

White with #CBF989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF989; }

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

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

background-color css

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

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

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

border-color css

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

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

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