Html Css Color HEX #CBF192 Reef

📋 copy color: '#CBF192'

red 203 ◦ green 241 ◦ blue 146

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

Shades of Reef #CBF192

Tints of Reef #CBF192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.75%

R = 34.41%
G = 40.85%
B = 24.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#CBF192 (or 0xCBF192) is known color: Reef. HEX triplet: CB, F1 and 92. RGB value is (203,241,146). Sum of RGB (Red+Green+Blue) = 203+241+146=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF192 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF192 is #340E6D. Grayscale: #DBDBDB. Windows color (decimal): -3411566 or 9630155. OLE color: 9630155.

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

Color convert

RGB 203 241 146 -
CMYK 0.16 0 0.39 0.05
HSL 84º 0.77% 0.76% -
HSV(B) 84º 0.39% 0.95% -
XYZ 61.27 77.68 38.96 -
YUV 218.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 203 241 146 0.16 0 0.39 0.05 84 0.77 0.76
Hex CB F1 92 10 0 27 5 54 4D 4C
Octal 313 361 222 20 0 47 5 124 115 114
Binary 11001011 11110001 10010010 10000 0 100111 101 1010100 1001101 1001100

Color Harmonies of #CBF192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF192

Black with #CBF192

Text Example


Text Example

White with #CBF192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF192; }

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

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

background-color css

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

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

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

border-color css

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

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

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