Html Css Color HEX #CBF092 Reef

📋 copy color: '#CBF092'

red 203 ◦ green 240 ◦ blue 146

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

Shades of Reef #CBF092

Tints of Reef #CBF092

RGB

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

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

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

R = 34.47%
G = 40.75%
B = 24.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#CBF092 (or 0xCBF092) is known color: Reef. HEX triplet: CB, F0 and 92. RGB value is (203,240,146). Sum of RGB (Red+Green+Blue) = 203+240+146=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF092 is #340F6D. Grayscale: #DADADA. Windows color (decimal): -3411822 or 9629899. OLE color: 9629899.

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

Color convert

RGB 203 240 146 -
CMYK 0.15 0 0.39 0.06
HSL 83.62º 0.76% 0.76% -
HSV(B) 83.62º 0.39% 0.94% -
XYZ 60.98 77.09 38.86 -
YUV 218.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 203 240 146 0.15 0 0.39 0.06 83.62 0.76 0.76
Hex CB F0 92 F 0 27 6 54 4C 4C
Octal 313 360 222 17 0 47 6 124 114 114
Binary 11001011 11110000 10010010 1111 0 100111 110 1010100 1001100 1001100

Color Harmonies of #CBF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF092

Black with #CBF092

Text Example


Text Example

White with #CBF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF092; }

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

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

background-color css

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

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

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

border-color css

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

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

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