Html Css Color HEX #CFF93D Pear

📋 copy color: '#CFF93D'

red 207 ◦ green 249 ◦ blue 61

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

Shades of Pear #CFF93D

Tints of Pear #CFF93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.8%

R = 40.04%
G = 48.16%
B = 11.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#CFF93D (or 0xCFF93D) is known color: Pear. HEX triplet: CF, F9 and 3D. RGB value is (207,249,61). Sum of RGB (Red+Green+Blue) = 207+249+61=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF93D is #3006C2. Grayscale: #D7D7D7. Windows color (decimal): -3147459 or 4061647. OLE color: 4061647.

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

Color convert

RGB 207 249 61 -
CMYK 0.17 0 0.76 0.02
HSL 73.4º 0.94% 0.61% -
HSV(B) 73.4º 0.76% 0.98% -
XYZ 60.45 81.35 16.93 -
YUV 215.01 41.09 122.29 -
System Red Green Blue C M Y K H S L
Decimal 207 249 61 0.17 0 0.76 0.02 73.4 0.94 0.61
Hex CF F9 3D 11 0 4C 2 49 5E 3D
Octal 317 371 75 21 0 114 2 111 136 75
Binary 11001111 11111001 111101 10001 0 1001100 10 1001001 1011110 111101

Color Harmonies of #CFF93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF93D

Black with #CFF93D

Text Example


Text Example

White with #CFF93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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