Html Css Color HEX #CBF993 Reef

📋 copy color: '#CBF993'

red 203 ◦ green 249 ◦ blue 147

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

Shades of Reef #CBF993

Tints of Reef #CBF993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 33.89%
G = 41.57%
B = 24.54%

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

#CBF993 (or 0xCBF993) is known color: Reef. HEX triplet: CB, F9 and 93. RGB value is (203,249,147). Sum of RGB (Red+Green+Blue) = 203+249+147=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF993 is #34066C. Grayscale: #DFDFDF. Windows color (decimal): -3409517 or 9697739. OLE color: 9697739.

HSL color Cylindrical-coordinate representation of color #CBF993: hue angle of 87.06º 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 #CBF993 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 147 -
CMYK 0.18 0 0.41 0.02
HSL 87.06º 0.89% 0.78% -
HSV(B) 87.06º 0.41% 0.98% -
XYZ 63.77 82.55 40.18 -
YUV 223.62 84.76 113.29 -
System Red Green Blue C M Y K H S L
Decimal 203 249 147 0.18 0 0.41 0.02 87.06 0.89 0.78
Hex CB F9 93 12 0 29 2 57 59 4E
Octal 313 371 223 22 0 51 2 127 131 116
Binary 11001011 11111001 10010011 10010 0 101001 10 1010111 1011001 1001110

Color Harmonies of #CBF993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF993

Black with #CBF993

Text Example


Text Example

White with #CBF993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF993; }

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

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

background-color css

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

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

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

border-color css

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

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

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