Html Css Color HEX #CFFA8C Reef

📋 copy color: '#CFFA8C'

red 207 ◦ green 250 ◦ blue 140

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

Shades of Reef #CFFA8C

Tints of Reef #CFFA8C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.88%

 BLUE value IS 140 (55.08% from 255) = 23.45%

R = 34.67%
G = 41.88%
B = 23.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#CFFA8C (or 0xCFFA8C) is known color: Reef. HEX triplet: CF, FA and 8C. RGB value is (207,250,140). Sum of RGB (Red+Green+Blue) = 207+250+140=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFA8C is #300573. Grayscale: #E1E1E1. Windows color (decimal): -3147124 or 9239247. OLE color: 9239247.

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

Color convert

RGB 207 250 140 -
CMYK 0.17 0 0.44 0.02
HSL 83.45º 0.92% 0.76% -
HSV(B) 83.45º 0.44% 0.98% -
XYZ 64.65 83.53 37.53 -
YUV 224.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 207 250 140 0.17 0 0.44 0.02 83.45 0.92 0.76
Hex CF FA 8C 11 0 2C 2 53 5C 4C
Octal 317 372 214 21 0 54 2 123 134 114
Binary 11001111 11111010 10001100 10001 0 101100 10 1010011 1011100 1001100

Color Harmonies of #CFFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA8C

Black with #CFFA8C

Text Example


Text Example

White with #CFFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA8C; }

 p { color: rgb(207,250,140); }

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

background-color css

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

 a { background-color: rgb(207,250,140); }

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

border-color css

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

 span { border-color: rgb(207,250,140); }

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