Html Css Color HEX #CBF991 Reef

📋 copy color: '#CBF991'

red 203 ◦ green 249 ◦ blue 145

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

Shades of Reef #CBF991

Tints of Reef #CBF991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.29%

R = 34%
G = 41.71%
B = 24.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#CBF991 (or 0xCBF991) is known color: Reef. HEX triplet: CB, F9 and 91. RGB value is (203,249,145). Sum of RGB (Red+Green+Blue) = 203+249+145=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF991 is #34066E. Grayscale: #DFDFDF. Windows color (decimal): -3409519 or 9566667. OLE color: 9566667.

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

Color convert

RGB 203 249 145 -
CMYK 0.18 0 0.42 0.02
HSL 86.54º 0.9% 0.77% -
HSV(B) 86.54º 0.42% 0.98% -
XYZ 63.62 82.49 39.36 -
YUV 223.39 83.76 113.46 -
System Red Green Blue C M Y K H S L
Decimal 203 249 145 0.18 0 0.42 0.02 86.54 0.9 0.77
Hex CB F9 91 12 0 2A 2 57 5A 4D
Octal 313 371 221 22 0 52 2 127 132 115
Binary 11001011 11111001 10010001 10010 0 101010 10 1010111 1011010 1001101

Color Harmonies of #CBF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF991

Black with #CBF991

Text Example


Text Example

White with #CBF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF991; }

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

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

background-color css

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

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

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

border-color css

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

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

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