Html Css Color HEX #CFF993 Reef

📋 copy color: '#CFF993'

red 207 ◦ green 249 ◦ blue 147

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

Shades of Reef #CFF993

Tints of Reef #CFF993

RGB

 RED value IS 207 (81.25% from 255) = 34.33%

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

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

R = 34.33%
G = 41.29%
B = 24.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#CFF993 (or 0xCFF993) is known color: Reef. HEX triplet: CF, F9 and 93. RGB value is (207,249,147). Sum of RGB (Red+Green+Blue) = 207+249+147=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF993 is #30066C. Grayscale: #E1E1E1. Windows color (decimal): -3147373 or 9697743. OLE color: 9697743.

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

Color convert

RGB 207 249 147 -
CMYK 0.17 0 0.41 0.02
HSL 84.71º 0.89% 0.78% -
HSV(B) 84.71º 0.41% 0.98% -
XYZ 64.87 83.12 40.23 -
YUV 224.81 84.09 115.29 -
System Red Green Blue C M Y K H S L
Decimal 207 249 147 0.17 0 0.41 0.02 84.71 0.89 0.78
Hex CF F9 93 11 0 29 2 55 59 4E
Octal 317 371 223 21 0 51 2 125 131 116
Binary 11001111 11111001 10010011 10001 0 101001 10 1010101 1011001 1001110

Color Harmonies of #CFF993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF993

Black with #CFF993

Text Example


Text Example

White with #CFF993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF993; }

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

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

background-color css

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

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

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

border-color css

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

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

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