Html Css Color HEX #CFF990 Reef

📋 copy color: '#CFF990'

red 207 ◦ green 249 ◦ blue 144

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

Shades of Reef #CFF990

Tints of Reef #CFF990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24%

R = 34.5%
G = 41.5%
B = 24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#CFF990 (or 0xCFF990) is known color: Reef. HEX triplet: CF, F9 and 90. RGB value is (207,249,144). Sum of RGB (Red+Green+Blue) = 207+249+144=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF990 is #30066F. Grayscale: #E0E0E0. Windows color (decimal): -3147376 or 9501135. OLE color: 9501135.

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

Color convert

RGB 207 249 144 -
CMYK 0.17 0 0.42 0.02
HSL 84º 0.9% 0.77% -
HSV(B) 84º 0.42% 0.98% -
XYZ 64.64 83.03 39.01 -
YUV 224.47 82.59 115.54 -
System Red Green Blue C M Y K H S L
Decimal 207 249 144 0.17 0 0.42 0.02 84 0.9 0.77
Hex CF F9 90 11 0 2A 2 54 5A 4D
Octal 317 371 220 21 0 52 2 124 132 115
Binary 11001111 11111001 10010000 10001 0 101010 10 1010100 1011010 1001101

Color Harmonies of #CFF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF990

Black with #CFF990

Text Example


Text Example

White with #CFF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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