Html Css Color HEX #CBF099 Reef

📋 copy color: '#CBF099'

red 203 ◦ green 240 ◦ blue 153

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

Shades of Reef #CBF099

Tints of Reef #CBF099

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.27%

 BLUE value IS 153 (60.16% from 255) = 25.67%

R = 34.06%
G = 40.27%
B = 25.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#CBF099 (or 0xCBF099) is known color: Reef. HEX triplet: CB, F0 and 99. RGB value is (203,240,153). Sum of RGB (Red+Green+Blue) = 203+240+153=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF099 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF099 is #340F66. Grayscale: #DBDBDB. Windows color (decimal): -3411815 or 10088651. OLE color: 10088651.

HSL color Cylindrical-coordinate representation of color #CBF099: hue angle of 85.52º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBF099 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 153 -
CMYK 0.15 0 0.36 0.06
HSL 85.52º 0.74% 0.77% -
HSV(B) 85.52º 0.36% 0.94% -
XYZ 61.54 77.32 41.82 -
YUV 219.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 203 240 153 0.15 0 0.36 0.06 85.52 0.74 0.77
Hex CB F0 99 F 0 24 6 56 4A 4D
Octal 313 360 231 17 0 44 6 126 112 115
Binary 11001011 11110000 10011001 1111 0 100100 110 1010110 1001010 1001101

Color Harmonies of #CBF099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF099

Black with #CBF099

Text Example


Text Example

White with #CBF099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF099; }

 p { color: rgb(203,240,153); }

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

background-color css

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

 a { background-color: rgb(203,240,153); }

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

border-color css

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

 span { border-color: rgb(203,240,153); }

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