Html Css Color HEX #CBF392 Reef

📋 copy color: '#CBF392'

red 203 ◦ green 243 ◦ blue 146

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

Shades of Reef #CBF392

Tints of Reef #CBF392

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.05%

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

R = 34.29%
G = 41.05%
B = 24.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#CBF392 (or 0xCBF392) is known color: Reef. HEX triplet: CB, F3 and 92. RGB value is (203,243,146). Sum of RGB (Red+Green+Blue) = 203+243+146=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF392 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF392 is #340C6D. Grayscale: #DCDCDC. Windows color (decimal): -3411054 or 9630667. OLE color: 9630667.

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

Color convert

RGB 203 243 146 -
CMYK 0.16 0 0.40 0.05
HSL 84.74º 0.8% 0.76% -
HSV(B) 84.74º 0.4% 0.95% -
XYZ 61.87 78.87 39.16 -
YUV 219.98 86.25 115.89 -
System Red Green Blue C M Y K H S L
Decimal 203 243 146 0.16 0 0.40 0.05 84.74 0.8 0.76
Hex CB F3 92 10 0 28 5 55 50 4C
Octal 313 363 222 20 0 50 5 125 120 114
Binary 11001011 11110011 10010010 10000 0 101000 101 1010101 1010000 1001100

Color Harmonies of #CBF392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF392

Black with #CBF392

Text Example


Text Example

White with #CBF392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF392; }

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

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

background-color css

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

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

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

border-color css

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

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

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