Html Css Color HEX #CFF992 Reef

📋 copy color: '#CFF992'

red 207 ◦ green 249 ◦ blue 146

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

Shades of Reef #CFF992

Tints of Reef #CFF992

RGB

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

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

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

R = 34.39%
G = 41.36%
B = 24.25%

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

#CFF992 (or 0xCFF992) is known color: Reef. HEX triplet: CF, F9 and 92. RGB value is (207,249,146). Sum of RGB (Red+Green+Blue) = 207+249+146=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF992 is #30066D. Grayscale: #E1E1E1. Windows color (decimal): -3147374 or 9632207. OLE color: 9632207.

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

Color convert

RGB 207 249 146 -
CMYK 0.17 0 0.41 0.02
HSL 84.47º 0.9% 0.77% -
HSV(B) 84.47º 0.41% 0.98% -
XYZ 64.8 83.09 39.82 -
YUV 224.7 83.59 115.38 -
System Red Green Blue C M Y K H S L
Decimal 207 249 146 0.17 0 0.41 0.02 84.47 0.9 0.77
Hex CF F9 92 11 0 29 2 54 5A 4D
Octal 317 371 222 21 0 51 2 124 132 115
Binary 11001111 11111001 10010010 10001 0 101001 10 1010100 1011010 1001101

Color Harmonies of #CFF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF992

Black with #CFF992

Text Example


Text Example

White with #CFF992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF992; }

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

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

background-color css

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

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

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

border-color css

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

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

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