Html Css Color HEX #CBF994 Reef

📋 copy color: '#CBF994'

red 203 ◦ green 249 ◦ blue 148

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

Shades of Reef #CBF994

Tints of Reef #CBF994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.5%

 BLUE value IS 148 (58.2% from 255) = 24.67%

R = 33.83%
G = 41.5%
B = 24.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#CBF994 (or 0xCBF994) is known color: Reef. HEX triplet: CB, F9 and 94. RGB value is (203,249,148). Sum of RGB (Red+Green+Blue) = 203+249+148=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF994 is #34066B. Grayscale: #E0E0E0. Windows color (decimal): -3409516 or 9763275. OLE color: 9763275.

HSL color Cylindrical-coordinate representation of color #CBF994: hue angle of 87.33º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBF994 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 148 -
CMYK 0.18 0 0.41 0.02
HSL 87.33º 0.89% 0.78% -
HSV(B) 87.33º 0.41% 0.98% -
XYZ 63.85 82.59 40.59 -
YUV 223.73 85.26 113.21 -
System Red Green Blue C M Y K H S L
Decimal 203 249 148 0.18 0 0.41 0.02 87.33 0.89 0.78
Hex CB F9 94 12 0 29 2 57 59 4E
Octal 313 371 224 22 0 51 2 127 131 116
Binary 11001011 11111001 10010100 10010 0 101001 10 1010111 1011001 1001110

Color Harmonies of #CBF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF994

Black with #CBF994

Text Example


Text Example

White with #CBF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF994; }

 p { color: rgb(203,249,148); }

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

background-color css

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

 a { background-color: rgb(203,249,148); }

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

border-color css

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

 span { border-color: rgb(203,249,148); }

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