Html Css Color HEX #CFF994 Reef

📋 copy color: '#CFF994'

red 207 ◦ green 249 ◦ blue 148

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

Shades of Reef #CFF994

Tints of Reef #CFF994

RGB

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

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

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

R = 34.27%
G = 41.23%
B = 24.5%

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

#CFF994 (or 0xCFF994) is known color: Reef. HEX triplet: CF, F9 and 94. RGB value is (207,249,148). Sum of RGB (Red+Green+Blue) = 207+249+148=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF994 is #30066B. Grayscale: #E1E1E1. Windows color (decimal): -3147372 or 9763279. OLE color: 9763279.

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

Color convert

RGB 207 249 148 -
CMYK 0.17 0 0.41 0.02
HSL 84.95º 0.89% 0.78% -
HSV(B) 84.95º 0.41% 0.98% -
XYZ 64.95 83.15 40.64 -
YUV 224.93 84.59 115.21 -
System Red Green Blue C M Y K H S L
Decimal 207 249 148 0.17 0 0.41 0.02 84.95 0.89 0.78
Hex CF F9 94 11 0 29 2 55 59 4E
Octal 317 371 224 21 0 51 2 125 131 116
Binary 11001111 11111001 10010100 10001 0 101001 10 1010101 1011001 1001110

Color Harmonies of #CFF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF994

Black with #CFF994

Text Example


Text Example

White with #CFF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF994; }

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

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

background-color css

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

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

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

border-color css

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

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

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