Html Css Color HEX #CFE969 Mindaro

📋 copy color: '#CFE969'

red 207 ◦ green 233 ◦ blue 105

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

Shades of Mindaro #CFE969

Tints of Mindaro #CFE969

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.75%

 BLUE value IS 105 (41.41% from 255) = 19.27%

R = 37.98%
G = 42.75%
B = 19.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CFE969 (or 0xCFE969) is known color: Mindaro. HEX triplet: CF, E9 and 69. RGB value is (207,233,105). Sum of RGB (Red+Green+Blue) = 207+233+105=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE969 is #301696. Grayscale: #D3D3D3. Windows color (decimal): -3151511 or 6941135. OLE color: 6941135.

HSL color Cylindrical-coordinate representation of color #CFE969: hue angle of 72.19º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFE969 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 105 -
CMYK 0.11 0 0.55 0.09
HSL 72.19º 0.74% 0.66% -
HSV(B) 72.19º 0.55% 0.91% -
XYZ 57.42 72.56 24.34 -
YUV 210.63 68.39 125.41 -
System Red Green Blue C M Y K H S L
Decimal 207 233 105 0.11 0 0.55 0.09 72.19 0.74 0.66
Hex CF E9 69 B 0 37 9 48 4A 42
Octal 317 351 151 13 0 67 11 110 112 102
Binary 11001111 11101001 1101001 1011 0 110111 1001 1001000 1001010 1000010

Color Harmonies of #CFE969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE969

Black with #CFE969

Text Example


Text Example

White with #CFE969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE969; }

 p { color: rgb(207,233,105); }

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

background-color css

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

 a { background-color: rgb(207,233,105); }

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

border-color css

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

 span { border-color: rgb(207,233,105); }

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