Html Css Color HEX #CFEF93 Reef

📋 copy color: '#CFEF93'

red 207 ◦ green 239 ◦ blue 147

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

Shades of Reef #CFEF93

Tints of Reef #CFEF93

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.3%

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

R = 34.91%
G = 40.3%
B = 24.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#CFEF93 (or 0xCFEF93) is known color: Reef. HEX triplet: CF, EF and 93. RGB value is (207,239,147). Sum of RGB (Red+Green+Blue) = 207+239+147=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF93 is #30106C. Grayscale: #DBDBDB. Windows color (decimal): -3149933 or 9695183. OLE color: 9695183.

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

Color convert

RGB 207 239 147 -
CMYK 0.13 0 0.38 0.06
HSL 80.87º 0.74% 0.76% -
HSV(B) 80.87º 0.38% 0.94% -
XYZ 61.87 77.1 39.23 -
YUV 218.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 207 239 147 0.13 0 0.38 0.06 80.87 0.74 0.76
Hex CF EF 93 D 0 26 6 51 4A 4C
Octal 317 357 223 15 0 46 6 121 112 114
Binary 11001111 11101111 10010011 1101 0 100110 110 1010001 1001010 1001100

Color Harmonies of #CFEF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF93

Black with #CFEF93

Text Example


Text Example

White with #CFEF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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