Html Css Color HEX #CFF093 Reef

📋 copy color: '#CFF093'

red 207 ◦ green 240 ◦ blue 147

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

Shades of Reef #CFF093

Tints of Reef #CFF093

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.4%

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

R = 34.85%
G = 40.4%
B = 24.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#CFF093 (or 0xCFF093) is known color: Reef. HEX triplet: CF, F0 and 93. RGB value is (207,240,147). Sum of RGB (Red+Green+Blue) = 207+240+147=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF093 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF093 is #300F6C. Grayscale: #DBDBDB. Windows color (decimal): -3149677 or 9695439. OLE color: 9695439.

HSL color Cylindrical-coordinate representation of color #CFF093: hue angle of 81.29º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFF093 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 147 -
CMYK 0.14 0 0.39 0.06
HSL 81.29º 0.76% 0.76% -
HSV(B) 81.29º 0.39% 0.94% -
XYZ 62.16 77.69 39.32 -
YUV 219.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 207 240 147 0.14 0 0.39 0.06 81.29 0.76 0.76
Hex CF F0 93 E 0 27 6 51 4C 4C
Octal 317 360 223 16 0 47 6 121 114 114
Binary 11001111 11110000 10010011 1110 0 100111 110 1010001 1001100 1001100

Color Harmonies of #CFF093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF093

Black with #CFF093

Text Example


Text Example

White with #CFF093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF093; }

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

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

background-color css

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

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

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

border-color css

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

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

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