Html Css Color HEX #CBF197 Reef

📋 copy color: '#CBF197'

red 203 ◦ green 241 ◦ blue 151

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

Shades of Reef #CBF197

Tints of Reef #CBF197

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.5%

 BLUE value IS 151 (59.38% from 255) = 25.38%

R = 34.12%
G = 40.5%
B = 25.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#CBF197 (or 0xCBF197) is known color: Reef. HEX triplet: CB, F1 and 97. RGB value is (203,241,151). Sum of RGB (Red+Green+Blue) = 203+241+151=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF197 is #340E68. Grayscale: #DBDBDB. Windows color (decimal): -3411561 or 9957835. OLE color: 9957835.

HSL color Cylindrical-coordinate representation of color #CBF197: hue angle of 85.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBF197 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 151 -
CMYK 0.16 0 0.37 0.05
HSL 85.33º 0.76% 0.77% -
HSV(B) 85.33º 0.37% 0.95% -
XYZ 61.67 77.84 41.05 -
YUV 219.38 89.41 116.32 -
System Red Green Blue C M Y K H S L
Decimal 203 241 151 0.16 0 0.37 0.05 85.33 0.76 0.77
Hex CB F1 97 10 0 25 5 55 4C 4D
Octal 313 361 227 20 0 45 5 125 114 115
Binary 11001011 11110001 10010111 10000 0 100101 101 1010101 1001100 1001101

Color Harmonies of #CBF197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF197

Black with #CBF197

Text Example


Text Example

White with #CBF197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF197; }

 p { color: rgb(203,241,151); }

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

background-color css

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

 a { background-color: rgb(203,241,151); }

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

border-color css

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

 span { border-color: rgb(203,241,151); }

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