Html Css Color HEX #CFE065 Mindaro

📋 copy color: '#CFE065'

red 207 ◦ green 224 ◦ blue 101

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

Shades of Mindaro #CFE065

Tints of Mindaro #CFE065

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.11%

 BLUE value IS 101 (39.84% from 255) = 18.98%

R = 38.91%
G = 42.11%
B = 18.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#CFE065 (or 0xCFE065) is known color: Mindaro. HEX triplet: CF, E0 and 65. RGB value is (207,224,101). Sum of RGB (Red+Green+Blue) = 207+224+101=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE065 is #301F9A. Grayscale: #CDCDCD. Windows color (decimal): -3153819 or 6676687. OLE color: 6676687.

HSL color Cylindrical-coordinate representation of color #CFE065: hue angle of 68.29º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFE065 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 101 -
CMYK 0.08 0 0.55 0.12
HSL 68.29º 0.66% 0.64% -
HSV(B) 68.29º 0.55% 0.88% -
XYZ 54.74 67.52 22.46 -
YUV 204.9 69.37 129.5 -
System Red Green Blue C M Y K H S L
Decimal 207 224 101 0.08 0 0.55 0.12 68.29 0.66 0.64
Hex CF E0 65 8 0 37 C 44 42 40
Octal 317 340 145 10 0 67 14 104 102 100
Binary 11001111 11100000 1100101 1000 0 110111 1100 1000100 1000010 1000000

Color Harmonies of #CFE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE065

Black with #CFE065

Text Example


Text Example

White with #CFE065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE065; }

 p { color: rgb(207,224,101); }

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

background-color css

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

 a { background-color: rgb(207,224,101); }

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

border-color css

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

 span { border-color: rgb(207,224,101); }

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